dom.insertTableColumns()

Availability 3.0
Description Inserts the specified number of table columns into the current table.
Arguments numberOfCols, bBeforeSelection
The first argument is the number of columns to insert.
The second argument is a Boolean value indicating whether the columns should be inserted before the column that contains the selection.
Returns Nothing.
Enabler dom.canInsertTableColumns()